FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package accdr.fhir.ig.pkg#0.9.0-alpha-0.9.23 (110 ms)

Package accdr.fhir.ig.pkg
Type CapabilityStatement
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=accdr.fhir.ig.pkg@0.9.0-alpha-0.9.23&canonical=http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-cdr-CapabilityStatement
Url http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-cdr-CapabilityStatement
Version 1.0.0
Status draft
Date 2022-02-09
Name Ontario Clinical Data Repository FHIR R4 Capability Statement
Title Ontario Clinical Data Repository FHIR R4 Capability Statement
Experimental False
Description This is the FHIR R4 capability statement for Ontario Clinical Data Repository
Purpose Main EHR capability statement, published for contracting and operational support
Copyright Copyright © Ontario Health
Kind capability

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Encounter CDREncounter


Narrative

Note: links and images are rebased to the (stated) source

Ontario Clinical Data Repository FHIR R4 Capability Statement


Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "ON-clinical-data-repository-server",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>Ontario Clinical Data Repository FHIR R4 Capability Statement</p>\n\t\t</div>"
  },
  "url" : "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-cdr-CapabilityStatement",
  "version" : "1.0.0",
  "name" : "Ontario Clinical Data Repository FHIR R4 Capability Statement",
  "title" : "Ontario Clinical Data Repository FHIR R4 Capability Statement",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-02-09",
  "publisher" : "Ontario Health",
  "contact" : [
    {
      "name" : "Ontario Health",
      "telecom" : [
        {
          "system" : "email",
          "value" : "DigitalHealthStandards@OntarioHealth.ca"
        }
      ]
    }
  ],
  "description" : "This is the FHIR R4 capability statement for Ontario Clinical Data Repository",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CA-ON",
          "display" : "Canada Ontario"
        }
      ]
    }
  ],
  "purpose" : "Main EHR capability statement, published for contracting and operational support",
  "copyright" : "Copyright © Ontario Health",
  "kind" : "capability",
  "software" : {
    "name" : "Ontario CDR FHIR R4 API"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "json",
    "xml"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "Support submission and retrieval of patient's visit records and clinical documents",
      "security" : {
        "cors" : true,
        "description" : "JWT. Please refer to Ontario JWT Guide."
      },
      "resource" : [
        {
          "type" : "Encounter",
          "profile" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Encounter",
          "documentation" : "Submission and retrieval of patient's encounter records",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Submit encounter records using RESTful create"
            },
            {
              "code" : "update",
              "documentation" : "Update encounter records using logical ID or conditional update with encounter ID"
            },
            {
              "code" : "read",
              "documentation" : "Retrieve one encounter record with logical id"
            },
            {
              "code" : "search-type",
              "documentation" : "Search for encounter records using supported search parameters"
            }
          ],
          "conditionalUpdate" : true,
          "searchParam" : [
            {
              "name" : "Encounter identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Encounter-identifier",
              "type" : "token",
              "documentation" : "business identifier of the encounter"
            },
            {
              "name" : "Encounter subject",
              "definition" : "http://hl7.org/fhir/SearchParameter/Encounter-subject",
              "type" : "reference",
              "documentation" : "patient of the encounter"
            },
            {
              "name" : "Encounter type",
              "definition" : "http://hl7.org/fhir/SearchParameter/Encounter-type",
              "type" : "token",
              "documentation" : "specific type of encounter"
            },
            {
              "name" : "Encounter class",
              "definition" : "http://hl7.org/fhir/SearchParameter/Encounter-class",
              "type" : "token",
              "documentation" : "Classification of patient encounter"
            },
            {
              "name" : "Encounter date",
              "definition" : "http://hl7.org/fhir/SearchParameter/Encounter-date",
              "type" : "date",
              "documentation" : "A date within the period the Encounter lasted"
            },
            {
              "name" : "Encounter service-provider",
              "definition" : "http://hl7.org/fhir/SearchParameter/Encounter-serviceProvider",
              "type" : "reference",
              "documentation" : "The healthcare organization responsible for this encounter"
            }
          ]
        }
      ]
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.